home *** CD-ROM | disk | FTP | other *** search
- Echo "cYou have to have at least an Amiga 1200/68020"
- Failat 100
- Winsize 0 200 640 56
- Assign env: ram:
- Echo "c31H--=# Installation script for TBL's Cybernetic demo #=--"
- Echo ";1mPlease choose path in which to install Cybernetic"
- RTpatch >NIL:
- Requestfile >env:path
- If WARN
- Echo "mOperation cancelled."
- Else
- Cd $path
- Echo "cOk, installing Cybernetic in directory" $path
- Join Cybernetic_disk_2:001.data Cybernetic_disk_3:002.data Cybernetic_disk_4:003.data to Cybernetic.data
- If WARN
- Echo "Trouble while installing data file. Sorry."
- Else
- Join Cybernetic_disk_1:Cybernetic.exe to Cybernetic.exe
- If WARN
- Echo "No room for executable. Removing data file."
- Delete Cybernetic.data
- Else
- Join Cybernetic_disk_1:Cybernetic.ReadMe to Cybernetic.ReadMe
- If WARN
- Echo "No room for info file. Please read it carefully now."
- More Cybernetic_disk_1:Cybernetic.ReadMe
- Else
- Winsize
- More Cybernetic.readme
- Requestchoice "Installation request" "Do you wish to run the demo now?" " OK " "No thanx" >env:run
- If EQUAL $run 1
- Cybernetic.exe
- EndIf
- EndIf
- EndIf
- EndIf
- EndIf
-